textview: Fix memory handling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Oct 2017 03:06:52 +0000 (23:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 Oct 2017 03:06:52 +0000 (23:06 -0400)
commit5b8b892dd6983f5c0cd94cb60e4ec5c25a4fc7c8
tree4c00362440cabef2382e3c0356f9343c70ca0e61
parent41cd4c812eb78590a02446dd5e500dbc15e916fd
textview: Fix memory handling

When cleaning up the text appearance struct, we forgot
to add the new strikethrough_rgba member to the copy
function.
gtk/gtktextlayout.c